*{
	margin:0;
 	padding: 0;
}
html {
  position: relative;
  min-height: 100%;
}
body{
	background: #f1f1f1;
	margin-bottom: 60px; /* Margin bottom by footer height */
}

b, strong {
    font-weight: 500;
}
.header{
    width: 100%;
    height: 300px;
    background: url(../images/responsabilidadcivilmedica.jpg);
    background-position: center -150px;
    background-size: cover;
    background-repeat: no-repeat;
}
header{

}
a:hover{
	text-decoration: none;
}
#desktop{
    display: none;
}
.cot{
  margin-top: 50px;
}
.top{
      margin-top: 10px !important;
}
.seguro{
     color: #bf0d3e;
     font-weight: bolder;
}

.f-menu{
	text-transform: uppercase;
}
.slider-texto{
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 13%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
}
.slider-texto > h3{
	text-align: center;
    font-size: 35px;
    color: #bf0d3e;
    margin-top: 10px;
}
.slider-texto img{
	    width: 30%;
    display: block;
    margin: 0 auto;
}
.titulo{
	    width: 100%;
    height: auto;
    background: #bf0d3e;
    padding: 10px;
}

.info {
    width: 80%;
    padding: 2%;
    margin: 0 auto;
}
.info img{
	width: 80%;
	margin:0 auto;
}
.info p{
	margin-bottom: 0px;
	font-size: 18px;
}
.info h3 {
    font-size: 2.5em;
    color: #bf0d3e;
    text-align: center;
    text-transform: uppercase;
}
.info h4{
	    margin-left: 10px;
    font-size: 20px;
}
.mail{
	    color: red;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.mail:hover{
	color: #bf0d3e;
}
.texto, .formulario{
	    width: 95%;
    margin: 0 auto;
}

.texto h2{
	padding-top: 100px;
	color: #bf0d3e;
    font-weight: bold;
}
.texto h1{
	font-size: 19px;
	margin:30px 0;
}
.texto p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 5px;
}

.texto ul li{
	text-align: justify;
    font-size: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
}

/*.texto ol:first-child  li:before { content: '✓'; }  /* OR */
/*.texto ol:nth-child(2) li:before { content:"\2714\0020"; }*/  /* OR */
/*.texto ol:last-child   li:before { content:"\2611\0020"; }*/
.texto  ol li:before {
    content: '✓';
    font-weight: bold;
    color: green;
    font-size: 20px;
    margin-right: 5px;
}
.texto ol { 
    list-style-type: none; 
    text-align: justify;
    font-size: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.texto img,.formulario img{
	width: 100%;
}

.formulario h1{
	padding-top: 50px;
}
.bg-red{
	background-color: #bf0d3e;
	padding: 5%;
	color: white;
}

.rojo{
	background-color: #bf0d3e;
}


.clear{
	width: 100%;
	height: 50px;
}

.cotizar{
    width: 70%;
    padding: 5px;
    border: 1px solid #fdf2f2;
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #bf0d3e;
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
}
.cotizar:hover{
	color: #bf0d3e;
	border:1px solid #bf0d3e;
	background-color:rgba(255, 255, 255, 0.2);

}
.social{
	color: white;
}
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.quienes {
    width: 85%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: justify;
}
.quienes h1,.quienes h2,.quienes h3,.quienes h4,.quienes h5{
	font-size: 18px;
    color: #bf0d3e;
    text-transform: uppercase;
}
.quienes ul{
	margin-left: 15px;
}
footer{
background-color: #bf0d3e;
	padding: 10px;
	position: absolute;
	height: 65px; /* Set the fixed height of the footer here */
  line-height: 65px; /* Vertically center the text there */
  bottom: 0;

}

footer p{
	   
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,.75);

}

.loader{
    width: 50px;
    height: 50px;
    margin: 40px auto;
    transform: rotate(-45deg);
    font-size: 0;
    line-height: 0;
    animation: rotate-loader 5s infinite;
    padding: 25px;
    border: 1px solid #cf303d;
}
.loader .loader-inner{
    position: relative;
    display: inline-block;
    width: 50%;
    height: 50%;
}
.loader .loading{
    position: absolute;
    background: #cf303d;
}
.loader .one{
    width: 100%;
    bottom: 0;
    height: 0;
    animation: loading-one 1s infinite;
}
.loader .two{
    width: 0;
    height: 100%;
    left: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.25s;
}
.loader .three{
    width: 0;
    height: 100%;
    right: 0;
    animation: loading-two 1s infinite;
    animation-delay: 0.75s;
}
.loader .four{
    width: 100%;
    top: 0;
    height: 0;
    animation: loading-one 1s infinite;
    animation-delay: 0.5s;
}


@keyframes loading-one {
    0% {
        height: 0;
        opacity: 1;
    }
    12.5% {
        height: 100%;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        height: 100%;
        opacity: 0;
    }
}
@keyframes loading-two {
    0% {
        width: 0;
        opacity: 1;
    }
    12.5% {
        width: 100%;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@keyframes rotate-loader {
    0% {
        transform: rotate(-45deg);
    }
    20% {
        transform: rotate(-45deg);
    }
    25% {
        transform: rotate(-135deg);
    }
    45% {
        transform: rotate(-135deg);
    }
    50% {
        transform: rotate(-225deg);
    }
    70% {
        transform: rotate(-225deg);
    }
    75% {
        transform: rotate(-315deg);
    }
    95% {
        transform: rotate(-315deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

.down{
    font-size: 40px;
    color: #f1f1f1;
    animation: float 6s ease-in-out infinite;
    background: #bf0d3e;
    width: 50px;
    height: 50px;
    margin:0 auto;
    border-radius: 100%;
    display: block;
    text-align: center;
}
.down:hover{
    color: #bf0d3e !important;
    background: white;
}

@keyframes float {
    0% {
        /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
    }
    50% {
       /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
        transform: translatey(-20px);
    }
    100% {
       /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
    }
}
@media (max-width: 1199.98px) { 

.down{
    font-size: 40px;
    color: #f1f1f1;
    animation: float 6s ease-in-out infinite;
    display: block;
}
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
.header {
    width: 100%;
    height: 200px;
    background: url(../images/responsabilidadcivilmedica.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
}
#desktop{
    display: block;
}
.down{
    display: none;
}

.texto h1 {
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
}
.texto h2 {
    font-size: 25px;
    margin: 10px 0;
    text-align: center;
}

.formulario h1 {
    padding-top: 10px;
    text-align: center;
    font-size: 25px;
}
.slider-texto {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 120px;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
    position: absolute;
}
.slider-texto img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.slider-texto > h3 {
    text-align: center;
    font-size: 20px;
    color: #bf0d3e;
    margin-top: 10px;
}
.info {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}

.info h4 {
    margin-left: 15px;
    font-size: 15px;
}
.cotizar {
    width: 80%;
    padding: 5px;
    border: 1px solid #fdf2f2;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #bf0d3e;
    color: white;
    margin-bottom: 15px;
}

#movil{
	    display: none;
    visibility: hidden;
}

.texto, .formulario {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.texto h2 {
    padding-top: 0;
    color: #bf0d3e;
    font-weight: bold;
}
footer{
background-color: #bf0d3e;
    padding: 10px;
    position: absolute;
    height: 85px; /* Set the fixed height of the footer here */
  line-height: 65px; /* Vertically center the text there */
  bottom: 0;

}

}