@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');



body, p {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    color: #55827F;
}

@media (max-width: 750px){
    body, p {
            line-height: 27px;
            font-size: 16px;
            margin-bottom: 30px;
        }


    }
 
html {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
}

a,
a.whatsapp-icon.inn-icon-wthatsapp i  {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    color: #333;
    font-family: 'Roboto';
}

a.button-custom {
    background: #fff;
    display:inline-block; 
    color:rgba(12, 76, 71, 1);
    border:1px solid rgba(12, 76, 71, 1);
    border-radius:0;
    margin: 5px 0 0 0;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, rgba(12, 76, 71, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;

    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 11px 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;

    min-width: 180px;
    text-align: center;
    border-radius: 4px;
}

a.button-custom-sec {
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2em;
    fill: #028A7E;
    color: #028A7E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "DM Serif Display", Sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #FF5D32;
}

section {
    padding: 50px 0;
}

section.custom-back-color {
    background: #FFD376;
    position: relative;
}



section h2.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 42px;
    letter-spacing: 8px;
    position: relative;
    font-weight: 400;
}

section span.section-heading {
    margin-top: -41px;
    margin-bottom: 0;
    letter-spacing: 1px;
    position: relative;
    display: block;
}


/** hover 767px **/
@media(min-width:768px) {
    a.button-custom:hover{
        color:rgba(255, 255, 255, 1);
        background-color:rgba(12, 76, 71, 1);
        background-position: -100% 100%;
    }
    a.button-custom-sec:hover {
        color: #FF5D32;
        margin-left: 3px;
    }
}

/** section:header **/
header {
    height: 100%;
    width: 100%;
}

header .intro-text {
    padding-bottom: 300px;
    padding-top: 200px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

.header-logo-cont {
    padding-bottom: 60px;
    padding-top: 85px;
}

.header-logo {
    margin: auto;
}

.header-logo img {
    width: 75%;
}

.navbar-default {
    background: #fff;
    border-color: #D3E5E9;
}

.navbar-en li a {padding-left: 25px;}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}


.navbar-default .navbar-brand span {
    font-weight: 500;
}

.light {
    font-weight: 400;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border:0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FF5D32;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
 /*   padding-top: 17px;*/
    font-size: 12px;
}

.navbar-default.navbar-shrink .nav li a {
    color: #333;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:focus{
    color: #fff;
}

.navbar-default.navbar-shrink .navbar-nav>.active>a, 
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover, 
.navbar-default.navbar-shrink .navbar-nav>li>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a,
.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default .nav li a:hover  {
    color: #FF5D32;
}

.navbar a {background: none!important;}

.info-hide, 
a.button-custom.show-less,
.info-hide-sect-3,.info-hide-sect-2,a.button-custom.show-less-sect-2,
a.button-custom.show-less-sect-3 {
    display: none;
}

section#section1 strong,
section#section3 strong {
    font-family: 'DM Serif Display', sans-serif;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #FF5D32;
    letter-spacing: 1px;
}

section#section1 p a,
section#section2 p a {
    color: #FF5D32;
    font-weight: bold;
}

/** section:2 **/
section#section2 {
   
}

.chakra-border{
    padding:10px;
    position: relative;
    text-align: left;

}
.youtube-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: -400px;
}
.container_img{
     background-image: url("../img/yantra_back.png");
     background-repeat: no-repeat;
     background-color: #FFD376;
     background-position: center;
}
.panel_pic{
  padding: 0 18px;
  overflow: hidden;
}

.image_deidad{  
    height:315px; 
   display: block;
   margin-left: auto; 
   margin-right: auto;
   max-width:215px;
  position: center;
}

.div-p-margin{
       margin-top:10px;
    }
@media (min-width: 750px){

.div-p-margin{
       margin-left:230px;
        margin-top:0px;
    }
.image_deidad{  
    position:absolute;
}
}

.iframe-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
    z-index: 99;
}

.iframe-wrap iframe,
.iframe-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** section:3 **/


/** section:contact **/
section#contact {
    padding-bottom: 80px;
}

section#contact div.contact-info {
    margin: 0 0 50px 0;
}

section#contact div p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

section#contact div p i {
    margin-right: 10px;
    color: #FF5D32;
}

section#contact div p i:hover {
    color: #FF5D32;
}

.contact-title {
    font-weight: 600;
    color: #FF5D32;
}

.whatsapp-icon.inn-icon-wthatsapp {
    background: #fff;
    border-radius: 50%;
    padding: 0px 14px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
}

section#contact div p a.whatsapp-icon.inn-icon-wthatsapp i {
    margin-right: 0;
    color: #FF5D32;
}

.whatsapp-icon.inn-icon-wthatsapp:hover {
    background: #25d366;
}

section#contact div p a.whatsapp-icon.inn-icon-wthatsapp:hover i {
    color: #fff;
}

.contacto .cont {
    width:100%;
}

.contacto .cont input {
    border: medium none;
    font-weight: normal;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 26px;
    padding: 0 2%;
    width: 100%;
}

#contact-form fieldset label {
    width:100%;
}

.message textarea {
    border: medium none;
    font-weight: normal;
    height: 150px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 2%;
}

.contacto .cont input,
.message textarea {
    background: #fff;
    border: none;
    font-size: 13px;
}

#contact-form fieldset label span {
    color: #fc8181;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-top: -27px;
    position: absolute;
    line-height: 30px;
}

.success {
    line-height: 22px;
}
    
.success strong {
    margin-top: -5px;
}

#contact-form .success {
    display: none;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
    color: #FF5D32;
    font-weight: 400;
}
#contact-form .error,
#contact-form .empty {
    color:#777;
    display:none;
    overflow:hidden;
}

/** section:footer **/
footer {
    padding: 0 0 12px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 10px;
    display: none;
}

ul.social-buttons li a i{
    color: #FF5D32;
    font-size: 16px;
}

.footer-cont {
    display: inline;
    font-family: 'Roboto';
    font-weight: 400;
}

footer .year {
    font-size: 11px;
    text-align: left;
    margin-top: 18px;
    color: #333;
    float: left;
    padding-left: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
}

footer .year span {
    text-transform: uppercase;
}

footer .inn {
    font-family: "Montserrat";
    color: #333;
    float: right;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: 400;
    float: right;
    padding-right: 15px;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0; 
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active,
footer .inn:hover {
    color: #777;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

@media (min-width:992px) {
    .contact-form-content {
        padding-left: 5%;
    }
}

@media (max-width:991px) {
    /** section:1 **/
    section#section1 img {
        margin-bottom: 20px;
    }
    .navbar-default .nav li a {
        font-size: 11px;
        padding-left: 0;
    }
    /** contact **/
    section#contact div.contact-info {
        margin-left: 30%;
    }
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 360px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 90px;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background: none;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        box-shadow: none;
    }

    .navbar-default .navbar-brand {
        font-size: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        border-bottom: 1px solid #d3e5e9;
        background: #fff;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 14px;
        text-shadow: none;
        color: #FF5D32;
    }
}


@media(max-width:767px) {
    section {
        padding: 100px 0 40px 0;
    }
    .header-logo img {
        width: 190px;
    }
    .header-logo-cont {
        padding-bottom: 40px;
        padding-top: 130px;
    }
    .hidden-mobile {
        display: none;
    }
    .navbar-default .nav li a {
        padding-left: 15px;
        color: #333;
    }
    .navbar-default .navbar-nav > .active > a {
        color: #FF5D32;
    }
    section#section2 div.escrito-cont:last-child {
        padding-bottom: 35px;
    }
    section h2.section-heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 50px;
    }
    .navbar-default .navbar-brand {
        color: #333;
    }
}

.youtube{
    width:100%;
    aspect-ratio: 16 / 9;
}

@media(max-width: 580px) {
    .footer-cont {
        display: inline-grid;
        text-align: center;
    }
    ul.social-buttons {
        float: left;
        width: 100%;
    }
    footer .inn, footer .year {
        padding: 0;
    }
    #contact-form a {
        width: 100%;
    }
    section#contact div.contact-info {
        margin-bottom: 30px;
    }
    section#contact div p {
        width: 100%;
        display: inline-block;
    }
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.img-deidad{

   display: block;
   margin-left: auto; 
   margin-right: auto;
   max-width:215px;
  position: absolute;
}

.flex-geosagrada{
         display: flex;
         flex-direction: row;
         justify-content: space-between;
        
         flex-wrap: wrap; 
         margin-top:40px;
      
 }

 .flex-geo-width{
        width: 30%;
    }


@media (min-width: 750px){
 .img-deidad{
   position: absolute;
   }
   .div-p-margin{
       margin-left:230px;
    }
    .geo-padding{
        padding-top: 120px;
    }

    .flex-geo-width{
        width: 20%;
    }

    
}

@media (max-width: 750px){
  .img-deidad{
   position: relative;
   }

}


/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

@media (max-width: 750px){
 .dropdown{
    width:100%;
 }
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: none;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  background-color: rgba(80, 80, 80, 0.6);
}

@media (max-width: 750px){

    .dropdown-content {
        margin-left:130px; 
        margin-top:-70px;
    }
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
/*  padding: 12px 16px;*/
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #CB72BC;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {  background-color: transparent;}




   
}
