*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html{
    width: 100vw;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}
header{
    width: 100vw;
    height: auto;
    background-color: #003221;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


header > .min_header{
    width: 80%;
    height: auto;
    min-height: 50px;
    border: 2px solid #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


header > .min_header .logo{
    width: 60px;
    height: 60px;
 background-image: url(../icons/logo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
}

header > .min_header > .p_min_header{
    font-size: 13px;
    color: #fff;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    letter-spacing: 5px;

}

header > nav{
   width: 100%;
   height: 50px;
   min-height: 50px;
   /* border: 2px solid #fff; */
   display: flex;
   justify-content: space-around;
   align-items: center;
   overflow: hidden;
   background-color: #007b52
}


header > nav > a{
    color: #fff;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Titillium Web;
    text-decoration: none;
    font-size: 16px;
}

header > nav > a:hover{
    color: #ffffff;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Titillium Web;
    text-decoration: none;
    font-size: 16px;
    background-color:#00ac73;
    /* height: 100vh; */
    height: 50px;
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    
}


/* PARTER CORPO SITE */



main{
    width: 100vw;
    height: auto;
    /* border: 2px solid red; */

}


.conther_slider{
    width: 100%;
    height: 400px;
    /* background-color: yellow; */
    /* background-image: url(../img/fundo.png); */
    background: linear-gradient(to top left,#003221,#000);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.conther_slider > p{
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
    margin-bottom: 30px;
    font-size: 80px;
    color: #fff;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: BBH Sans Bartle;
}

.line_opc{
    width: 100%;
    height: auto;
    min-height: 200px;
    /* border: 2px solid red; */
    position: relative;
    top: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.div_opc{
    width: 30%;
    height: 200px;
    /* background-color: #007b52; */
    background-image: url(../img/fundo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 2px solid #003221; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.linhe_div_opc{
    width: 98%;
    height: 180px;
    /* background-color: red; */
    border: 4px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.div_opc >  .linhe_div_opc > h1{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    
}
.div_opc >  .linhe_div_opc > button{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 60%;
    height: 40px;
    margin-top: 20px;
    border: 2px solid #007b52;
    background-color: #003221;
    font-weight: bolder;
}


.info_cother_text{
    width: 100%;
    height: auto;
    min-height: 90px;
    /* border: 2px solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 200px;
}

.info_cother_text > p{
    font-family:BBH Sans Bartle;
    color: transparent;
    background: linear-gradient( to top left, #007b52,#003221);
    font-size: 40px;
    background-clip: text;
    font-weight: bolder;
}
.info_cother_text > h1{
    font-family: Arial, Helvetica, sans-serif;
    color: transparent;
    background: linear-gradient( to top left, #007b52,#003221);
    font-size: 40px;
    background-clip: text;
    font-weight: bolder;
}


.info_cother_text > h3{
    width: 80%;
    height: auto;
    /* border: 2px solid red; */
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    color: #1b1b1b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}


.div_card{
    width: 100%;
    height: auto;
    min-height: 90px;
    /* border: 2px solid rgb(212, 255, 0); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 230px;
}


.cards{
    width: 80%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
    



.foto_card{
    width: 100%;
    height: 200px;
    /* background-color: #007b52; */
    border: 2px solid #003221;

}


.img1{
    background-image: url(../img/grupo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img2{
    background-image: url(../img/midia.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img3{
    background-image: url(../img/biblia.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cards > p{
    color: #1b1b1b;
    margin-top: 10px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
}

.cards > h1{
    color: #1b1b1b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    width: 90%;
    text-align: center;
    font-weight: 100;
    margin-bottom: 10px;
}

.cards > button{
    width: 50%;
    height: 40px;
    margin-bottom: 10px;
    border: 2px solid #003221;
    border-radius: 10px;
    background: transparent;
    color: #003221;
    font-family: BBH Sans Bartle;
    transition: background 0.3s ease-in;

}

.cards >button:hover{
    background-color: #007b52;
    color: #fff;
}

.div_linha_barra{
    width: 100%;
    position: 200px;
    background:linear-gradient(to top left,#007b52,#003221);
    height: 110px;
    top: 260px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Orbitron;
}

.div_historia{
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    position: relative;
    top: 320px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.png_historia{
    width: 20%;
    height: 400px;
    /* background-color: red; */
    margin-left: 30px;
    background-image: url(../img/lideres.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}


.conther_historia{
    width: 70%;
    /* border: 2px solid #007b52; */
}

.conther_historia > p{
    font-size: 20px;
    color: #007b52;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
.conther_historia > h2{
    font-size: 30px;
    color: #1b1b1b;
    font-family: Arial, Helvetica, sans-serif;
}
.conther_historia > h3{
    font-size: 17px;
    color: #1b1b1b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}


.div_historia2{
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    position: relative;
    top: 350px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.png_historia2{
    width: 300px;
    height: 300px;
    /* background-color: red; */
    margin-left: 30px;
    background-image: url(../icons/logo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}


.conther_historia2{
    width: 70%;
    /* border: 2px solid #007b52; */
}

.conther_historia2 > p{
    font-size: 20px;
    color: #007b52;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
.conther_historia2 > h2{
    font-size: 30px;
    color: #1b1b1b;
    font-family: Arial, Helvetica, sans-serif;
}
.conther_historia2 > h3{
    font-size: 17px;
    color: #1b1b1b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}


footer{
    width: 100vw;
    height: 250px;
    background-color: #003221;
    top: 680px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_pe{
    width: 20%;
    height: 200px;
    /* border: 2px solid #fff; */
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    /* padding-left: 10px; */
    margin: 15px;
    /* padding: 10px; */
}

.decte_maps{
    width: 100%;
    height: 200px;
}


.decte_maps > iframe{

}
.info_pe > p{
    color: #fff;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
.info_pe > h1{
    color: #fff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.info_pe > a{
    color: #fff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-top: 10px;
}
.manu_lateral_cll{
        width: 80%;
        height: 100vh;
        background-color: #007b52;
        z-index: 9999;
        position: absolute;
        top: 0px;
        left: -9999px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
    }
    .manu_lateral_cll_on{
        width: 80%;
        height: 100vh;
        background-color: #007b52;
        z-index: 9999;
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        animation: manu_lateral_cll_on 0.3s;
    }

    @keyframes manu_lateral_cll_on {
        from{
            left: -555px;
        }
        to{
            left: 0px;
        }
    }
    .manu_lateral_cll_off{
        width: 80%;
        height: 100vh;
        background-color: #007b52;
        z-index: 9999;
        position: absolute;
        top: 0px;
        left: -555px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        animation: manu_lateral_cll_off 0.3s;
    }

    @keyframes manu_lateral_cll_off {
        from{
            left: 0px;
        }
        to{
            left: -555px;
        }
    }

    .org_cll{
        width: 80%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #bt_acdd{
     position: relative;
    left: -330%;
    top: 30px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: transparent;
    transform: translate(-50%);
}

.comtger_themes_p{
   width: 100%;
  
    background:linear-gradient(to top left,#007b52,#003221);
    height: 110px;
    top: 480px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Orbitron;
    font-size: 30px;
    font-weight: bolder;
}

.mind_slider_templet{
    width: 100%;
    height: auto;
    /* border: 3px solid rebeccapurple; */
    top:645px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.divtemple > p{
    font-size: 20px;
    color: #fff;
    font-family: BBH Sans Bartle;
    font-size: 18px
}



.divtemple{
    width: 80%;
    height: 680px;  

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.div_templ_img1{
        background-image: url(../img/pastor.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.div_templ_img2{
        background-image: url(../img/ceia.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.div_templ_img3{
        background-image: url(../img/batismo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* From Uiverse.io by ryota1231 */ 
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: ;
  border-radius: 100px;
  font-weight: 600;
  color: #007b52;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 30px;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #007b52;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #0c8948;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #003221;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #003221;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

@media (min-width:320px) and (max-width:740px){
    #bt_acdd{
    position: relative;
    left: 80%;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: transparent;
    transform: translate(-50%);
}

#bt_acdd > svg{
    width: 30px;
    height: 30px;
    color: #fff;
}
  
    .manu_lateral_cll{
        width: 80%;
        height: 100vh;
        background-color: #007b52;
        z-index: 9999;
        position: absolute;
        top: 0px;
        left: -9999px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
    }
    .manu_lateral_cll_on{
        width: 80%;
        height: 100vh;
        background-color: #007b52;
        z-index: 9999;
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        animation: manu_lateral_cll_on 0.3s;
    }

    @keyframes manu_lateral_cll_on {
        from{
            left: -555px;
        }
        to{
            left: 0px;
        }
    }
    .manu_lateral_cll_off{
        width: 80%;
        height: 100vh;
        background-color: #007b52;
        z-index: 9999;
        position: absolute;
        top: 0px;
        left: -555px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        animation: manu_lateral_cll_off 0.3s;
    }

    @keyframes manu_lateral_cll_off {
        from{
            left: 0px;
        }
        to{
            left: -555px;
        }
    }

    .org_cll{
        width: 80%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .org_cll > a{
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin-top: 5px;
        text-decoration: none;
        margin-bottom: 40px;
        text-align: center;
    }


    *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html{
    width: 100vw;
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
}
header{
    width: 100vw;
    height: auto;
    /* background-color: #003221; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


header > .min_header{
    width: 80%;
    height: auto;
    min-height: 50px;
    /* border: 2px solid #fff; */
    display: flex;
    justify-content: start;
    align-items: center;
}


header > .min_header .logo{
    width: 60px;
    height: 60px;
    /* background-image: url(../icons/logo.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
}




header > nav{
   width: 100%;
   height: auto;
   min-height: 20px;
   /* border: 2px solid #fff; */
   display: flex;
   justify-content: space-around;
   align-items: center;
   /* background-color: #007b52; */

}


header > nav > a{
    /* color: #fff; */
    /* font-family: Arial, Helvetica, sans-serif; */
    text-decoration: none;
    font-size: 16px;
    display: none;
}


.conther_slider{
    width: 100%;
    height: 300px;
    /* background-color: yellow; */
    /* background-image: url(../img/fundo.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.conther_slider > p{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center;
    /* color: #fff; */
    /* font-family: Arial, Helvetica, sans-serif; */
}



.line_opc{
    width: 100%;
    height: auto;
    min-height: 200px;
    /* border: 2px solid red; */
    position: relative;
    top: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.div_opc{
    width: 90%;
    height: 120px;
    /* background-color: #007b52; */
    /* background-image: url(../img/fundo.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #003221;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    
}
.linhe_div_opc{
    width: 98%;
    height: 100px;
    /* background-color: red; */
    /* border: 2px solid #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.div_opc >  .linhe_div_opc > h1{
    /* color: #fff; */
    /* font-family: Arial, Helvetica, sans-serif; */
    letter-spacing: -2px;
    
}
.div_opc >  .linhe_div_opc > button{
    /* color: #fff; */
    /* font-family: Arial, Helvetica, sans-serif; */
    width: 60%;
    height: 40px;
    margin-top: 20px;
    /* border: 2px solid #007b52; */
    /* background-color: #003221; */
    font-weight: bolder;
}

.info_cother_text{
    width: 100%;
    height: auto;
    min-height: 90px;
    /* border: 2px solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 200px;
}

.info_cother_text > p{
    font-family: Arial, Helvetica, sans-serif;
    color: transparent;
    /* background: linear-gradient( to top left, #007b52,#003221); */
    font-size: 40px;
    width: 100%;
    text-align: center;
    background-clip: text;
    font-weight: bolder;
}
.info_cother_text > h1{
    font-family: Arial, Helvetica, sans-serif;
    color: transparent;
    /* background: linear-gradient( to top left, #007b52,#003221); */
    font-size: 40px;
    width: 100%;
    text-align: center;
    background-clip: text;
    font-weight: bolder;
}


.info_cother_text > h3{
    width: 90%;
    height: auto;
    /* border: 2px solid red; */
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    /* color: #1b1b1b; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 100;
}


.div_card{
    width: 100%;
    height: auto;
    min-height: 90px;
    /* border: 2px solid rgb(212, 255, 0); */
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    top: 230px;
    overflow-x: scroll;
    padding-left: 10px;
}


.cards{
    min-width: 80%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
}
    



.foto_card{
    width: 100%;
    height: 200px;
    /* background-color: #007b52; */
    /* background-image: url(../img/fundo.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.cards > p{
    /* color: #1b1b1b; */
    margin-top: 10px;
    font-size: 19px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.cards > h1{
    /* color: #1b1b1b; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 17px;
    width: 90%;
    text-align: center;
    font-weight: 100;
    margin-bottom: 10px;
}

.cards > button{
    width: 50%;
    height: 40px;
    margin-bottom: 10px;
    /* border: 2px solid #003221; */
    background: transparent;
    /* color: #003221; */
    transition: background 0.3s ease-in;

}

.cards >button:hover{
    /* background-color: #007b52; */
    /* color: #fff; */

}



.div_historia{
    width: 98%;
    height: auto;
    /* border: 2px solid red; */
    position: relative;
    top: 320px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}


.png_historia{
    width: 300px;
    border-radius: 30px;
    height: 400px;
    /* background-color: red; */
    margin-left: 0px;
    /* background-image: url(../img/lideres.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}


.conther_historia{
       width: 98%;
    /* border: 2px solid #007b52; */
    margin-top: 20px;
    padding-left: 5px;
}

.conther_historia > p{
    font-size: 20px;
    /* color: #007b52; */
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    
}
.conther_historia > h2{
    font-size: 30px;
    /* color: #1b1b1b; */
    /* font-family: Arial, Helvetica, sans-serif; */
}
.conther_historia > h3{
    font-size: 17px;
    /* color: #1b1b1b; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 100;
}


.div_historia2{
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    position: relative;
    top: 350px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}


.png_historia2{
    width: 200px;
    height: 200px;
    /* background-color: red; */
    margin-left: 0px;
    /* background-image: url(../icons/logo.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}


.conther_historia2{
    width: 98%;
    /* border: 2px solid #007b52; */
    padding-left: 5px;
}

.conther_historia2 > p{
    font-size: 20px;
    /* color: #007b52; */
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    
}
.conther_historia2 > h2{
    font-size: 30px;
    /* color: #1b1b1b; */
    /* font-family: Arial, Helvetica, sans-serif; */
}
.conther_historia2 > h3{
    font-size: 17px;
    /* color: #1b1b1b; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 100;
}

.mind_slider_templet{
    width: 100%;
    height: auto;
    /* border: 3px solid rebeccapurple; */
    top:345px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.divtemple > p{
    font-size: 20px;
    /* color: #fff; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 18px
}

.bt-04{
    width: 60%;
    height: 50px;
    border: none;
    /* background-color: #003221; */
    border-radius:10px;
    /* color: #fff; */
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    margin-top: 10px;
    font-size: 18px;
}

.divtemple{
    width: 100%;
    height:380px;  
    /* background-image: url(../img/pexels-danikprihodko-15864977.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



footer{
    width: 100vw;
    height: auto;
    background-color: #003221;
    top: 680px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info_pe{
    width: 90%;
    height: 200px;
    /* border: 2px solid #fff; */
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    /* padding-left: 10px; */
    margin: 15px;
    /* padding: 10px; */
}

.decte_maps{
    width: 100%;
    height: 200px;
}


.decte_maps > iframe{

}
.info_pe > p{
    color: #fff;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
.info_pe > h1{
    color: #fff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.info_pe > a{
    color: #fff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-top: 10px;
}
}
