body {
    background: #085078;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #85D8CE, #085078);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #85D8CE, #085078); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
    font-family: 'Oswald', sans-serif;
}

body::-webkit-scrollbar {
    width: 10px;     /* Tamaño del scroll en vertical */
    /* height: 18px;    Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
    /* background: #085078; */
}

.scrollable::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */

}

.scrollable::-webkit-scrollbar-track {
    display: none;
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border-right: 2px;
    background: rgba(5, 114, 143, 0.5);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* .scrollable::-webkit-scrollbar-thumb:hover {
    background-color: rgba(5, 114, 143, 0.8);
} */

.scrollable::-webkit-scrollbar-thumb:active {
    background-color: rgba(5, 114, 143, 0.8);
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.loading {
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    clip-path: circle(150% at 100% 100%);
    transition: clip-path 0.4s ease-in-out;
}

.loading-out {
    clip-path: circle(0% at 100% 100%);
}

.loading__ring {
    position: absolute;
    width: 100px;
    height: 100px;
}

.loading__ring:first-child {
    transform: skew(30deg,20deg);
}

.loading__ring:last-child {
    transform: skew(-30deg,-20deg) scale(-1, 1);
}

.loading__ring:last-child svg {
    animation-delay: -0.5s;
}

.loading__ring svg {
    animation: rotate 1s linear infinite;
    fill: rgba(255, 255, 255, 0.2);
}

.info-image-bg-top::after {
    content: '';
    height: calc(100vh - 56px);
    width: 100%;
    background-image: url("../img/presenta.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transition: all 1000ms;
}

.info-image-bg-top2::after {
    content: '';
    height: calc(60vh);
    width: 100%;
    background-image: url("../img/pueblotemax.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.info-image-bg-top:hover::after {
    filter: blur(0px);
    -webkit-filter: blur(0px);   
}

.info-image-bg-top:hover .info-im-content {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.info-im-content {
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 50%;
    margin-top: 105px;
    margin-left: -250px;
    text-align: center;
    max-width: 500px;
    height: 350px;
    transition: all 1000ms;
}

.services i {
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 20px 20px;
    border-radius: 50%;
    background-color: #6699cc;
    color: white;
}

.title {
    font-size: 2rem;
}

.msg_cotainer {
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 3px;
    background-color: #05728f;
    color: #fff;
    padding: 10px;
    position: relative;
    width: 100%;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 25px;
    background-color: #78e08f;
    padding: 10px;
    position: relative;
    font-size: 16px;
}

.msg_time {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
}

.msg_time_send {
    position: absolute;
    right:0;
    bottom: -15px;
    color: rgba(0,0,0,0.5);
    font-size: 10px;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

strong {
    color: black;
}

.autocomplete-list-items {
    color: #ccc;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    z-index: 50;
    top: 100%;
    left: 5px;
    right: 0;
    width: 90%;
}

.autocomplete-list-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-list-items div:hover {
    background-color: dodgerblue;
}

.autocomplete-active {
    background-color: dodgerblue !important;
    color: #a1caff;
}

.autocomplete-active strong {
    color: #fff;
}

.tooltip-o {
	font-weight: normal;
	color: #3c48e5;
	text-decoration: none;
	position: relative;
}

.tooltip-o:hover {
	text-decoration: underline;
}

.tooltip-o:hover .tooltip-box {
	display: inline-block;
}

.tooltip-box {
	display: none;
	position: absolute;
	background: #000;
	line-height: 20px;
	z-index: 500;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5px;
	left: 0;
	right: 0;
	bottom: 30px;
}

.tooltip-box::after {
	content: "";
	display: block;
	border-top: 7px solid #000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	bottom: -7px;
	left: calc(50% - 7px);
}

.index {
    width: 100vw;
    height: calc(100vh - 67px - 89px);
}

.docu {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    margin:0px;
}

.masthead {
    color: darkblue;
    
    width: 100vw;
    height: calc(100vh - 67px - 89px);
    padding-top: 8rem;
    background: url('../img/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.minh-f {
    min-height: calc(100vh - 67px - 89px);
}

.no-foot {
    width: 100%;
    height: calc(100vh - 67px);
}

.maxs-height {
    max-height: calc(100vh - 67px);
}

.card-list-scroll {
    max-height: calc(100vh - 67px - 64px);
    overflow-y: auto;
}

.imgGeneral {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

.content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}

.img-content {
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.style-svg {
    max-width: 100%;
    height: 100%;
}

.logo {
    text-align: center;
    font-size: 3em;
}

.logo span {
    color: #b70e21;
}

.blink {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.contact-wrapper {
    color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
}

/* .contact-wrapper > * {
    padding: 1em;
} */

.contact-form {
    background: #383737;
}

.contact-form .basic-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-form .basic-info .block {
    grid-column: 1 / 3;
}

.contact-form .basic-info p {
    margin: 0;
    padding: 1em;
}

/* .contact-form .basic-info button, */
.contact-form .basic-info input,
.contact-form .basic-info select,
.contact-form .basic-info textarea {
    width: 100%;
    padding: 0;
    padding-left: .5em;
    padding-bottom: .2em;
    border: none;
    background: none;
    outline: none;
    color: #ffffff;
    border-bottom: 1px solid #d63031;
}

/* .contact-form .basic-info button {
    background: #b70e21;
    color: #000000;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
} */

/* .contact-form .basic-info button:hover,
.contact-form .basic-info button:focus {
    background: #d63031;
    color: #ffffff;
    transition: background-color 1s ease-out;
    outline: 0;
} */

.contact-info {
    background: #000000;
}

/* .contact-info p {
    margin: 0;
    padding: 1em;
} */

/* .contact-info button, */
.contact-info input,
.contact-info select,
.contact-info textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: none;
    color: #ffffff;
    border-bottom: 1px solid #d63031;
}

.contact-info h4,
.contact-info ul,
.contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}
 
.contact-info ul li {
    padding: .3em;
}

.expand-icon {
    display: none;
}

input[data-role="input"] {
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    vertical-align: middle;
    padding: 6px 12px;
}
 
li.list-group-item.hover {
    background-color: #F5F5F5;
    text-decoration: none;
}
 
a.btn {
    margin: 4px 3px;
    font-size: 14px;
}
 
a.btn .badge {
    font-size: 9px;
    padding: 1px 4px;
}

.focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#activate {
    display: none;
}

#movement {
    display: none;
}

.map-location {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* #location {
    width: 50px;
    height: 50px;
    position: absolute;
}

.round-out {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url('/img/location/round.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.round-in {
    position: absolute;
    height: 70%;
    width: 70%;
    top: 15%;
    left: 15%;
    background: url('/img/location/round.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    position: absolute;
    height: 50%;
    width: 50%;
    top: 25%;
    left: 25%;
    background: url('/img/location/center.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.fa-spin-reverse {
    -webkit-animation: fa-spin-reverse 2s infinite linear;
            animation: fa-spin-reverse 2s infinite linear;
}

/* progress:not(value) {
    Add your styles here. As part of this walkthrough we will focus only on determinate progress bars.
} */  

progress[value] {
    /* Reset the default appearance */
    /* -webkit-appearance: none; */
    appearance: none;
    border: none;
    width: 100%;
    height: 20px;
    /* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
    /* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
    color: royalblue;

    position: relative;
    margin-top: 0.5em;
}

progress[value]::-webkit-progress-bar {
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}

progress[value]::-webkit-progress-value {
    position: relative;
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius: 3px; 

    animation: animate-stripes 5s linear infinite;

    background-image:
        -webkit-linear-gradient(-45deg, 
                                transparent 33%, rgba(0, 0, 0, .1) 33%, 
                                rgba(0,0, 0, .1) 66%, transparent 66%),
        -webkit-linear-gradient(top, 
                                rgba(255, 255, 255, .25), 
                                rgba(0, 0, 0, .25)),
        -webkit-linear-gradient(left, #09c, #f44);
  
}

progress[value]::-webkit-progress-value:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100%;
    right: 7px;
    top: 7px;
    background-color: white;
}

progress[value]::-moz-progress-bar {
    /* Gradient background with Stripes */
    background-image:
        -moz-linear-gradient( 135deg,
                                transparent,
                                transparent 33%,
                                rgba(0,0,0,.1) 33%,
                                rgba(0,0,0,.1) 66%,
                                transparent 66%),
        -moz-linear-gradient( top,
                                rgba(255, 255, 255, .25),
                                rgba(0,0,0,.2)),
        -moz-linear-gradient( left, #09c, #f44);
    
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius:3px;
    
    /* Firefox doesn't support CSS3 keyframe animations on progress element. Hence, we did not include animate-stripes in this code block */
}

.progress-bar {
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  
    width: 100%;
    height: 20px;
}
  
.progress-bar span {
    background-color: royalblue;
    border-radius: 3px;
  
    display: block;
    text-indent: -9999px;
}

.image-container {
    position: relative;
    display: inline-block;
}
    
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent background for text */
    padding: 20px;
    border-radius: 5px;
}




@-webkit-keyframes fa-spin-reverse {
    0% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(1deg);
                transform: rotate(1deg);
    }
}

@keyframes fa-spin-reverse {
    0% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(1deg);
                transform: rotate(1deg);
    }
}

@-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/* Pantalla grande */
@media (min-width: 800px) {

    .masthead h1 {
        font-size: 5.5rem;
    }

    .contact-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    
    .contact-wrapper > * {
        padding: 2em;
    }

    .contact-info h4,
    .contact-info ul,
    .contact-info p {
        padding: 1em;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .expand-icon {
        display: initial;
    }

    .expand-body {
        display: none;
    }

    .col-md-size-8 {
        margin-top: 1rem;
    }

    .info-image-bg-top::after {
        height: 50vh;
    }

    .info-im-content {
        top: 10%;
        margin-top: 5px;
    }
    .overlay-text {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-height: 500px) {
    .index {
        height: 350px;
    }

    .masthead {
        height: 350px;
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    .info-im-content {
        width: 350px;
        margin-left: -175px;
    }
}