* {
    box-sizing: border-box;
}

.floatwhatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15px;
	right: 15px;
	background-color: #128c7e;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 32px;
	box-shadow: 0px 0px 0px white;
	z-index: 1000;
}
.floatwhatsapp:hover{
	color:white;
}
.my-floatwhatsapp{
	margin-top:14px;
}
.my-floatwhatsapp:hover{
	color:white;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: white;
}

#btn_footer {
    width: 100%;
    background:#d4eFF2;
    color: black;
    border-radius: 3px;
}

.calculadora {
    margin: 1em 0 0 0;
    width: 100%;
    height: 400px;
    border: 0;
}


@media (max-width:600px) {
    .slider-area {
		padding-top: 80px;
    }
	.main-menu ul.navbar-nav li a {
		font-size: 16px;
	}
}

@media (min-width:900px) and (max-width:1000px) {
    .page-area .slider-content {
        padding:300px 0 60px 0;
    }
}

​ .ml1 {
    margin-left: 1em
}

.excel {
    background-color: #0d7239;
    border: 1px solid #0d7239;
    border-radius: 31px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0.5em 1.5em .5em 1.5em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 230px;
}

.excel:hover {
    background-color: white;
    color: #0d7239;
}

select {
    font-family: 'Archivo', "Arial";

}

option {
    font-family: 'Archivo', "Arial";

}

.section-headline2 h2 {
    margin-bottom: 1em;
}

.video_contenidos {
    border: 0;
    width: 100%;
    height: 300px;
}

.grid-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1em;
    padding: 2em;
}

.grid-gallery_333 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1em;
    padding: 2em;
}

.grid-gallery_ciudades {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1em;
    padding: 2em;
}

.img_ciudades_gif {
    display: none;
}

@media (max-width:600px) {
    .grid-gallery_ciudades {
        display: none;
    }

    .img_ciudades_gif {
        display: block;
        width: 250px;
        margin: 0 auto 0 auto;
    }
}

​ .grid-item {
    border: 2px solid #adcfe8;
    background: white;
    padding: 0;
    text-align: center;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

::selection {
    color: black;
    background-color: #adcfe8;
}

.logocolegio {
    width: 220px;
    margin: 1em 0 1em 0
}

.logocolegio2 {
    width: 220px;
    margin: 0 0 1em 0
}

#captcha {
	background-image:url('../img/captcha.png');
	background-repeat: repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1em;
    background-color: #e7e9eb;
    caret-color: transparent;
    cursor: none;
    pointer-events: none;
}

label.error {
    font-weight: normal;
    color: red;
    display: block;
    margin: 1em 0 1em 0;
    border-bottom: 2px solid red;
    padding-bottom: 0.5em;
    text-align: center;
    text-align-last: center;
}

.forms_with_append {
    width: 100%;
    max-width: 700px;
    margin: 0 auto
}

#login_menu_big {
    display: none;
}

#social_tops {
    width: 100%;
    background-color:#003360;
    color: white;
    padding: .5em 0 .5em 0
}

/*menor a 800*/
@media screen and (max-width: 800px) {
    #social_tops {
        display: none;
    }

    #login_menu_big {
        display: unset;
    }
}

.mycolumn {
    float: left;
    padding: 0.5em 1em 0.5em 2em;

}

.socials_1 {
    width: 50%;
    text-align: left;

    & i {
        color:white;
    }
}

.socials_2 {
    width: 50%;
    text-align: right;

    & i {
        color: white;
        font-size: 1em;
        margin-right: 1em;
    }

    & a {
        color: white;
    }

    & .dmr {
        margin-right: unset
    }

}

#social_tops:after {
    content: "";
    display: table;
    clear: both;
}


/*menor a 800*/
@media screen and (max-width: 800px) {
    .mycolumn {
        width: 100%;
    }
	.main-menu ul.navbar-nav li a {
		font-size: 14px;
	}
    .socials_1,
    .socials_2 {
        text-align: center;
    }
}

.whats-float {
    position: fixed;
    transform: translate(108px, 0px);
    bottom: 16px;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #25d366;
    color: white;
    border-radius: 3px 0 0 3px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}

.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 32px;
    color: white;
    line-height: 32px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
}

.whats-float:hover {
    color: #FFFFFF;
    transform: translate(0px, 0px);
}

.whats-float:hover i {
    transform: rotate(360deg);
}

#map {
    width: 100%;
    height: 300px;
    border: 0;
    margin-bottom: 1em;
}

/* desde 800px > */
@media screen and (min-width: 600px) {
    #map {
        width: 100%;
        height: 400px;
        border: 0;
        margin-bottom: 1em
    }
}

.generical_socials {
    display: flex;
}

.generical_info {
    border: 0;
    flex: 1;
    padding: 0;
    margin: 0;
}

.first {
    text-align: left;
}

.second {
    text-align: right;
}

.second a,
.second i {
    color: black;
    margin-left: .5em;
}

.logo800px {
    display: none;
}

/*logo principal entre medidas de */
@media (min-width:750px) and (max-width:1000px) {

    .logo800px {
        display: block;
        width: 220px;
        margin: 1em auto -1em auto;
    }

    .logocolegio {
        display: none;
    }
}

#breack {
    display: none;
}

/*cuando es menor a 900*/
@media screen and (max-width: 1100px) {
    #breack {
        display: block;
    }
}


.table {
    font-size: 16px;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.table,
td,
th {
    border: 1px solid #11192e;
    font-weight: normal;
}

.table p {
    padding: 0 0 0 0;
}

.table th {
    background-color:#11192e;
    color: white;
    text-align: center;
}

.table tr:hover {
    background-color: #f2f2f2;
}

i.enable {
    color: navy;
    font-size: 2em
}

i.disabled {
    color: silver;
    font-size: 2em
}

@media screen and (max-width: 1000px) {

    table {
        border: 0;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 1px solid black;
        display: block;
    }

    table td {
        border-bottom: 1px solid black;
        display: block;
        text-align: center;
        padding: 0.5em 0 0.5em 0;

    }

    table td::before {
        margin-bottom: .5em;

        content: attr(data-label);
        font-weight: bold;
        display: block;
        color: white;
        background-color: #000f16;
    }

    table td:last-child {
        border-bottom: 0;
    }
}

#algo {
    /* margin-left: 1em; */
    color: white;
    background-color: #52a0d4;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
}

.shine.one:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    cursor: pointer;
}

.shine.one:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input[type="file"] {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.file {
    border: 2px black dashed;
    background-color: #e7e9eb;
    color: black;
    width: 100%;
    height: 50px;
    border-radius: 5px;
}

#proba_container{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
#proba_logo{
	width: 125px;
}